projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc30b7
)
(widget-inactive): Inherit from `shadow'.
author
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 11:43:26 +0000
(11:43 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 11:43:26 +0000
(11:43 +0000)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 062a7886789a4ae0768a94189d267fe21b728b64..d861429e212c4dad698b6c85914340b5434627fd 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-441,14
+441,8
@@
new value.")
(prog1 (progn ,@form)
(goto-char (point-max))))))
-(defface widget-inactive '((((class grayscale color)
- (background dark))
- (:foreground "light gray"))
- (((class grayscale color)
- (background light))
- (:foreground "dim gray"))
- (t
- (:slant italic)))
+(defface widget-inactive
+ '((t :inherit shadow))
"Face used for inactive widgets."
:group 'widget-faces)
;; backward-compatibility alias